home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / openssl.postinst < prev    next >
Text File  |  2008-07-25  |  120b  |  10 lines

  1. #!/bin/sh -e
  2.  
  3. if [ ! -e /usr/lib/ssl ]
  4. then
  5.   echo Linking /usr/lib/ssl to /etc/ssl
  6.   ln -sf /etc/ssl /usr/lib/ssl
  7. fi
  8.  
  9.  
  10.